home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / libraries / mui20dev.lha / MUI / Developer / C / Examples / DFView_Protos.h < prev    next >
C/C++ Source or Header  |  1994-02-11  |  2KB  |  48 lines

  1. char *GetStr (APTR obj);
  2. BOOL GetBool (APTR obj);
  3. LONG GetRadio (APTR obj);
  4. LONG GetCycle (APTR obj);
  5. STRPTR GetLocaleString ( LONG stringNum );
  6. struct DiskObject * dfv_getdiskobject (char * programname);
  7. void dfv_remdiskobject (struct DiskObject * dobj);
  8. SAVEDS ASM APTR ConstructFunc (REG(a0) struct Hook *hook, REG(a2) APTR mempool, REG(a1) struct PicData * pd);
  9. SAVEDS ASM VOID DestructFunc (REG(a0) struct Hook *hook, REG(a2) APTR mempool, REG(a1) struct PicData * pd);
  10. SAVEDS ASM LONG CompareFunc (REG(a0) struct Hook *hook, REG(a1) struct PicData * p1,REG(a2) struct PicData * p2);
  11. SAVEDS ASM LONG DisplayFunc (REG(a0) struct Hook *hook,REG(a2) char **array,REG(a1) struct PicData *pd);
  12. SAVEDS ASM APTR FileConstructFunc  ( REG(a0) struct Hook * hook, REG(a2) APTR mempool, REG(a1) struct FileData * fd );
  13. SAVEDS ASM VOID FileDestructFunc  ( REG(a0) struct Hook * hook, REG(a2) APTR mempool, REG(a1) struct FileData * fd );
  14. SAVEDS ASM LONG FileCompareFunc  ( REG(a0) struct Hook * hook, REG(a1) struct FileData * f1, REG(a2) struct FileData * f2 );
  15. SAVEDS ASM LONG FileDisplayFunc  ( REG(a0) struct Hook * hook, REG(a2) char ** array, REG(a1) struct FileData * fd );
  16. LONG dfv_load_piclist (char * filename);
  17. void dfv_clear_piclist (void);
  18. LONG dfv_save_piclist (void);
  19. LONG dfv_add_picture (void);
  20. void dfv_rem_picture (void);
  21. void dfv_remsel_picture (void);
  22. void dfv_lv_top (Object * lv, long size);
  23. void dfv_lv_up (Object * lv);
  24. void dfv_lv_down (Object * lv);
  25. void dfv_lv_bottom (Object * lv, long size);
  26. void dfv_lv_sort (Object * lv);
  27. void dfv_selall_picture (void);
  28. void dfv_selshift_picture (void);
  29. void dfv_selpat_picture (char * pattern);
  30. void dfv_selnone_picture (void);
  31. void dfv_show_active (void);
  32. void dfv_show_picture (void);
  33. BOOL OpenStringRequester (void);
  34. void CloseStringRequester (void);
  35. LONG dfv_get_command (void);
  36. LONG OpenPrefsWindow (void);
  37. void ClosePrefsWindow (void);
  38. void dfv_readprefs (struct GlobalPrefs * gp);
  39. void dfv_saveprefs (struct GlobalPrefs * gp);
  40. void dfv_acceptprefs (struct GlobalPrefs * gp);
  41. long dfv_addfileentry (void);
  42. void dfv_remfileentry (void);
  43. void dfv_remselfileentries (void);
  44. LONG OpenGlobalPrefs (struct GlobalPrefs * gp);
  45. void CloseGlobalPrefs (void);
  46. void dfv_adjust_gauges  (void);
  47. int main (int argc, char *argv[]);
  48.